home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Advisor / CD-ROM Advisor.iso / blender / blen40m / control.dir / 00005.ls < prev    next >
Encoding:
Text File  |  1995-09-29  |  183 b   |  11 lines

  1. on mouseUp
  2.   global myPathName
  3.   finishMovie()
  4.   sound fadeOut 1, 120
  5.   beep()
  6.   set the soundEnabled to 1
  7.   tell the stage
  8.     go("START", myPathName & "prodigy.dxr")
  9.   end tell
  10. end
  11.